home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / card_46363.txt < prev    next >
Text File  |  1990-03-19  |  2KB  |  105 lines

  1. -- card: 46363 from stack: in
  2. -- bmap block id: 82934
  3. -- flags: 0000
  4. -- background id: 2792
  5. -- name: technology 36
  6. ----- HyperTalk script -----
  7. on closecard
  8.   global maploc, cardloc
  9.   put word 1 of the short name of this card into maploc
  10.   put word 2 of the short name of this card into cardloc
  11. end closecard
  12.  
  13.  
  14. -- part 2 (button)
  15. -- low flags: 00
  16. -- high flags: A003
  17. -- rect: left=10 top=240 right=263 bottom=110
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Show me how
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   push card
  29.   visual effect dissolve
  30.   go card "service 7"
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 3 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=200 top=178 right=194 bottom=290
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: 
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   push card
  50.   visual effect dissolve
  51.   go card "technology 31"
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 4 (button)
  57. -- low flags: 00
  58. -- high flags: 2000
  59. -- rect: left=254 top=259 right=274 bottom=334
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: 
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   push card
  71.   visual effect dissolve
  72.   go card "technology 30"
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part contents for background part 9
  78. ----- text -----
  79. Macintosh Display Card 4‚Ä¢8 and 8‚Ä¢24
  80.  
  81. -- part contents for background part 4
  82. ----- text -----
  83. Technology 
  84.  
  85. -- part contents for background part 13
  86. ----- text -----
  87. Control Panel Settings
  88.  
  89. -- part contents for background part 11
  90. ----- text -----
  91. tech 36
  92.  
  93. -- part contents for background part 5
  94. ----- text -----
  95.  
  96.       The Control Panel settings for the Macintosh Display Card 
  97.       4‚Ä¢8 and 8‚Ä¢24 allow users to set the number of colors and 
  98.       grays that can be displayed.
  99.  
  100.  
  101. -- part contents for background part 14
  102. ----- text -----
  103. sleep: tech 31
  104. rest: tech 30
  105. show me: service 7